silent-integration-test-suite-i386
authorLLVM Packaging Team <pkg-llvm-team@lists.alioth.debian.org>
Mon, 11 Oct 2021 18:36:19 +0000 (19:36 +0100)
committerSylvestre Ledru <sylvestre@debian.org>
Mon, 11 Oct 2021 18:36:19 +0000 (19:36 +0100)
===================================================================

Gbp-Pq: Name silent-integration-test-suite-i386.diff

integration-test-suite/tests/basic_lldb.c
integration-test-suite/tests/basic_lldb2.cpp
integration-test-suite/tests/test_asan_lc.c

index 2ea4fc348cb548ec1770920646fbd5a149325c4e..d7bd2eb4946fd5e0aa4187e6b249a763e1615f48 100644 (file)
@@ -1,6 +1,7 @@
 // RUN: %clang -g -o %t %s
 // RUN: %lldb -s %S/basic_lldb.in %t | grep "main at basic_lldb.c:"
 // REQUIRES: lldb, clang
+// XFAIL: i686, i386
 
 int main() {
        int a=0;
index 7b9eaf4ef9c31738d2e153b8bfd69159171c41c9..8287aeabf8438aacefa16ba4b706fe95e81d5090 100644 (file)
@@ -1,6 +1,7 @@
 // RUN: %clangxx -g -o %t %s
 // RUN: %lldb -s %S/basic_lldb2.in %t | grep "stop reason = step over"
 // REQUIRES: lldb, clangxx
+// XFAIL: i686, i386
 
 #include <vector>
 int main (void)
index 4da931d281a99244b3bc86cb8a2b960d328dd4c8..02c5f8bc1328855072d26ed92aebd1c8afded4b3 100644 (file)
@@ -3,6 +3,7 @@
 // REQUIRES: clang
 // RUN: %clang -fsanitize=address %s -o %t -lc
 // RUN: %t
+// XFAIL: i686, i386
 
 #include <stdio.h>
 int main(int argc, char **argv)